home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / renderlib40 / src / rnd_quant.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-12-14  |  255 b   |  13 lines

  1.  
  2. #ifndef _RND_QUANT_H
  3. #define _RND_QUANT_H
  4.  
  5. #include <utility/tagitem.h>
  6. #include <exec/memory.h>
  7. #include "rnd_histogram.h"
  8. #include "rnd_palette.h"
  9.  
  10. LIBAPI ULONG ExtractPaletteA(RNDHISTO *h, RNDPAL *palette, UWORD numcol, struct TagItem *tags);
  11.  
  12. #endif
  13.